home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web24 / Tutorial 6 / Case 1 / sform.css < prev    next >
Cascading Style Sheet File  |  2011-04-04  |  1KB  |  45 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 6
  4.    Case Problem 1
  5.  
  6.    Subscription Form Style Sheet
  7.    Author: Jose Puentes
  8.    Date:   4/4/11
  9.  
  10.    Filename:         sform.css
  11.    Supporting Files: 
  12.  
  13. */
  14.  
  15. /*
  16.    New Perspectives on HTML and XHTML 5th Edition
  17.    Tutorial 6
  18.    Case Problem 1
  19.  
  20.    Subscription Form Style Sheet
  21.    Author: 
  22.    Date:   
  23.  
  24.    Filename:         sform.css
  25.    Supporting Files: 
  26.  
  27. */
  28.  
  29.  .floatLabel     {display: block; float: left; clear: left;
  30.                   width: 150px; text-align: right; margin-bottom: 10px}
  31.  
  32.  .floatCtrl      {display: block; float: left; margin-left: 20px; margin-bottom: 10px}
  33.  
  34.  #subPlans       {text-align: center; background-color: white;
  35.                   padding: 5px; margin-bottom: 20px}
  36.  
  37.  #subPlans label {margin-right: 15px}
  38.  
  39.  #agreeLabel     {width: 600px; margin: 20px 0px; text-align: center}
  40.  
  41.  #payment        {clear: left; width: 400px; margin-left: 100px; padding: 5px; 
  42.                   background-color: white}
  43.  
  44.  #buttons        {text-align: center; border-style: none; margin: 10px 0px}
  45.